/********************************
OPTIONS-SIDEBAR TOGGLE
********************************/

/*

#wrapperoptions {
    position: fixed;
    padding: 0 40px 0 0;
	width: 240px;
	top: 20%;
	left: -230px;
	margin-left: 0;
	z-index: 99999;
}

#toggledivsidebar {
	height: 60px;
	width: 40px;
	top: 40px;
	right: 0;
	display: block;
	position: absolute;
	z-index: 1000;
}
#toggledivsidebar .togglesidebar {
	height: 60px;
	width: 40px;
	display: block;
    -webkit-border-radius: 0 5px 5px 0;
	-moz-border-radius: 0 5px 5px 0;
	border-radius: 0 5px 5px 0;
	background: url(images/optionssidebar_button.png) no-repeat 0 0 #fff;
}
#toggledivsidebar .togglesidebar.active {
	background: #00FF00;
	background: url(images/optionssidebar_button.png) no-repeat 0 -60px #fff;
}

*/

/********************************
OPTIONS-SIDEBAR OPTIONS
********************************/

/* Settings for Single Options */

#optionsinside .singleoption {
    height: 30px;
    border-bottom: 1px dotted #ccc;
}

#optionsinside h3 {
    margin: 20px 0 0 0;
    padding: 0;
}

#optionsinside .singleoption span {
    font-size: 14px;
    font-weight: normal;
    display: block;
    margin: 8px 0 0 0;
    width: 80%;
    float: left;
}

#optionsinside .singleoption .colorpicker-get {
    height: 15px;
    width: 15px;
    border: 1px solid #ccc;
    float: right;
    margin: 8px 0 0 0;
}

/* Settings for Multioptions */

#optionsinside .multioption {
    height: 50px;
    border-bottom: 1px dotted #ccc;
}

/* Set for Options-Pannel Backgrounds */

#bgpicker1 {

}

#optionsinside .multioption .bg-get {
    height: 30px;
    width: 30px;
    border: 1px solid #ccc;
    float: left;
    margin: 8px 5px 5px 0;
    cursor: pointer;
}

/* Settings for Options-Pannel modified content */

#bgpicker1, .jbg-get1 {
    background: url(../images/options/texture-bg-1.png) repeat top left;
}
#bgpicker2, .jbg-get2 {
    background: url(../images/options/texture-bg-2.png) repeat top left;
}
#bgpicker4, .jbg-get3 {
    background: url(../images/options/texture-bg-3.png) repeat top left;
}
#bgpicker4, .jbg-get4 {
    background: url(../images/options/texture-bg-5.png) repeat top left;
}
#bgpicker5, .jbg-get5 {

}
#bgpicker6, .jbg-get6 {
    background: url(../images/options/cloud_sea.jpg) repeat top left;
}
#bgpicker7, .jbg-get7 {
    background: url(../images/options/japanese_circle.jpg) repeat top left;
}
#bgpicker8, .jbg-get8 {
    background: url(../images/options/stripe_black.jpg) repeat top left;
}
#bgpicker9, .jbg-get9 {
    background: url(../images/options/wave.jpg) repeat top left;
}
#bgpicker10, .jbg-get10 {
    background: url(../images/options/dot_orange.jpg) repeat top left;
}